-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: use reusable workflows from pyTooling/Actions #31
Conversation
f49470b
to
609f3b1
Compare
Codecov Report
@@ Coverage Diff @@
## dev #31 +/- ##
=======================================
Coverage 82.83% 82.83%
=======================================
Files 9 9
Lines 1468 1468
Branches 236 236
=======================================
Hits 1216 1216
Misses 192 192
Partials 60 60
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
b0eea54
to
1419e65
Compare
9bce4e0
to
930f83e
Compare
78c125b
to
f337716
Compare
c3f3329
to
1146f38
Compare
1146f38
to
d7850ef
Compare
pyTooling/Actions#1 is now merged. Do you want to adjust the branch name? I suggest to use a tag like |
See pyTooling/Actions#5. |
Ref I think this is ready to review and merge. |
9044b45
to
f92fdbb
Compare
In this PR, the CI Pipeline is reworked in order to use reusable workflows from pyTooling/Actions (see pyTooling/Actions#1).
Each job is replaced with a call to a reusable workflow.
As explained in VHDL/pyVHDLModel#36, the logic for dealing with global parameters is changed.
MPORTANT: reusable workflows must be used through an absolute name and specifying a version (see actions/runner#1493). Therefore, this PR will be kept as a draft, because s/@dev/@main/ is required in Pipeline.yml before merging.